home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETVT86.IN_ / netvt86.inf
Encoding:
INI File  |  1999-10-19  |  4.2 KB  |  123 lines

  1. ; NETVT86.INF
  2. ;
  3. ; VIA VT86C100A PCI Fast Ethernet Adapter
  4. ;
  5. ; (C) VIA and Microsoft 1998
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %MSFT%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/19/1999,2.33.0.186
  14.  
  15. [Manufacturer]
  16. %VIA%       = VIA
  17. %DLINK%     = DLINK
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect   = PCI\VEN_1106&DEV_3043&REV_01, \
  21.                       PCI\VEN_1106&DEV_3043&REV_02, \
  22.                       PCI\VEN_1106&DEV_3043&SUBSYS_01001106, \
  23.                       PCI\VEN_1106&DEV_3043&SUBSYS_14001186
  24.  
  25. [VIA]
  26. %VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&REV_01
  27. %VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&REV_02
  28. %VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&SUBSYS_01001106
  29.  
  30.  
  31. [DLINK]
  32. %DFE530tx.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&SUBSYS_14001186
  33.  
  34. ;-------------------------------------------------------------------------------
  35. ; VIA VT86C100A PCI Fast Ethernet Adapter
  36. ;
  37. [VT3043.ndi]
  38. Characteristics = 0x84
  39. BusType         = 5
  40. AddReg          = Connection.reg, FET.reg
  41. CopyFiles       = FET.CopyFiles
  42.  
  43. [VT3043.ndi.Services]
  44. AddService      = FETNDIS, 2, FET.Service, FET.EventLog
  45.  
  46. ;-------------------------------------------------------------------------------
  47. ; VT3043 specific parameters
  48. ;
  49. [Connection.reg]
  50. HKR, Ndi\params\ConnectionType,             ParamDesc,      0, %ConnectionType%
  51. HKR, Ndi\params\ConnectionType,             default,        0, "0"
  52. HKR, Ndi\params\ConnectionType,             type,           0, "enum"
  53. HKR, Ndi\params\ConnectionType\enum,        0,              0, %autoN%
  54. HKR, Ndi\params\ConnectionType\enum,        1,              0, %100HD%
  55. HKR, Ndi\params\ConnectionType\enum,        2,              0, %100FD%
  56. HKR, Ndi\params\ConnectionType\enum,        3,              0, %10HD%
  57. HKR, Ndi\params\ConnectionType\enum,        4,              0, %10FD%
  58.  
  59. ;-------------------------------------------------------------------------------
  60. ; Viatech Service and Driver
  61. ;
  62. [FET.reg]
  63. HKR, Ndi\Interfaces, LowerRange,        0, "ethernet"
  64. HKR, Ndi\Interfaces, UpperRange,        0, "ndis5"
  65. HKR, Ndi,            Service,           0, "FETNDIS"
  66. HKR, ,               AdapterCFID,       0, "30431106"
  67. HKR, ,               AdapterType,       0, "5"
  68. HKR, ,               MediaType,         0, "1"
  69. HKR, ,               OsId,              0, "00100000"
  70. HKR, ,               ReceiveBuffers,    0, "40"
  71. HKR, ,               TransmitBuffers,   0, "8"
  72. HKR, ,               ReceiveThreshold,  0, "0"
  73. HKR, ,               TransmitThreshold, 0, "0"
  74. HKR, ,               BurstLength,       0, "1"
  75. HKR, ,               MapRegisters,      0, "8"
  76. HKR, ,               EarlyReceive,      0, "0"
  77. HKR, ,               EarlyTransmit,     0, "0"
  78. HKR, ,               NetworkAddress,    0, "000000000000"
  79.  
  80. [FET.Service]
  81. DisplayName     = %FET.Service.DispName%
  82. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  83. StartType       = 3 ;%SERVICE_DEMAND_START%
  84. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  85. ServiceBinary   = %12%\fetnd5.sys
  86. LoadOrderGroup  = NDIS
  87.  
  88. [FET.CopyFiles]
  89. fetnd5.sys,,,2
  90.  
  91. [FET.EventLog]
  92. AddReg = FET.AddEventLog.reg
  93.  
  94. [FET.AddEventLog.reg]
  95. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  96. HKR, , TypesSupported,   0x00010001, 7
  97.  
  98. ;-------------------------------------------------------------------------------
  99. ; DestinationDirs
  100. ;
  101. [DestinationDirs]
  102. FET.CopyFiles = 12
  103.  
  104.  
  105. ;-------------------------------------------------------------------------------
  106. ; Localizable Strings
  107. ;
  108. [Strings]
  109. MSFT                 = "Microsoft"
  110. VIA                  = "VIA Technologies, Inc."
  111. DLINK             = "D-Link Corporation"    
  112.  
  113. ConnectionType       = "Connection Type"
  114. autoN                = "Auto-Negotiation"
  115. 100HD                = "100BaseTx Half Duplex"
  116. 100FD                = "100BaseTx Full Duplex"
  117. 10HD                 = "10BaseT   Half Duplex"
  118. 10FD                 = "10BaseT   Full Duplex"
  119.  
  120. VT3043.DeviceDesc    = "VIA VT86C100A PCI Fast Ethernet Adapter"
  121. DFE530TX.DeviceDesc  = "D-Link DFE-530TX PCI Fast Ethernet Adapter"
  122. FET.Service.DispName = "VIA VT86C100A PCI Fast Ethernet Adapter NT Driver"
  123.